home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / DATA / wordpress / wp-includes / version.php < prev    next >
Encoding:
PHP Script  |  2005-08-14  |  138 b   |  8 lines

  1. <?php
  2.  
  3. // This just holds the version number, in a separate file so we can bump it without cluttering the SVN
  4.  
  5. $wp_version = '1.5.2';
  6.  
  7. ?>
  8.